Websydian v6.1 online documentationOnline documentation - WebsydianExpress v3.5

ExtGridEventHandler

Scoped name

WSYEXTJS/ExtGridEventHandler

Note that this abstract function is placed in the WSYEXTJS model.

Purpose

This is the standard EventHandler, which you should use when you want a grid event in an Ext JS WebsydianExpress application.

When you comprise/include an EventHandler of this type on a PageGenerator, a button will be placed in the grid region of the page. The button will occur for each record in the grid.

Usage

The EventHandler inherits from ExtEventHandler and has the same basic functionality and settings, with two main exceptions:

Special considerations

As for all Websydian grid events, the values in the webinput variable will be populated by the WsyGrid values of the record the button is shown in.

More information